home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / C-Cl / CD-ROM Tutorial.cpt / CD-ROM Tutorial / card_61133.txt < prev    next >
Text File  |  1990-04-04  |  2KB  |  95 lines

  1. -- card: 61133 from stack: in
  2. -- bmap block id: 61236
  3. -- flags: 0000
  4. -- background id: 29299
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openCard
  8.   set hilite of card button 1 to false
  9.   set hilite of card button 2 to false
  10.   hide card field 1
  11.   hide card field "zoom"
  12.   set lockScreen to false
  13.   wait 2 seconds
  14.   show card field "zoom"
  15. end openCard
  16.  
  17.  
  18. -- part 1 (field)
  19. -- low flags: 00
  20. -- high flags: 0001
  21. -- rect: left=206 top=19 right=72 bottom=262
  22. -- title width / last selected line: 0
  23. -- icon id / first selected line: 0 / 0
  24. -- text alignment: 0
  25. -- font id: 3
  26. -- text size: 12
  27. -- style flags: 256
  28. -- line height: 16
  29. -- part name: map
  30.  
  31.  
  32. -- part 2 (button)
  33. -- low flags: 00
  34. -- high flags: 4000
  35. -- rect: left=206 top=0 right=20 bottom=255
  36. -- title width / last selected line: 0
  37. -- icon id / first selected line: 0 / 0
  38. -- text alignment: 1
  39. -- font id: 0
  40. -- text size: 12
  41. -- style flags: 0
  42. -- line height: 16
  43. -- part name: map
  44. ----- HyperTalk script -----
  45. on mouseDown
  46.   set hilite of card button 1 to true
  47.   show card field "map"
  48.   set hilite of card button 2 to true
  49. end mouseDown
  50.  
  51.  
  52.  
  53. -- part 3 (button)
  54. -- low flags: 00
  55. -- high flags: 4000
  56. -- rect: left=206 top=35 right=52 bottom=262
  57. -- title width / last selected line: 0
  58. -- icon id / first selected line: 0 / 0
  59. -- text alignment: 1
  60. -- font id: 0
  61. -- text size: 12
  62. -- style flags: 0
  63. -- line height: 16
  64. -- part name: zoom
  65. ----- HyperTalk script -----
  66. on mouseUp
  67.   set lockScreen to true
  68.   go to next card
  69. end mouseUp
  70.  
  71.  
  72.  
  73. -- part 4 (field)
  74. -- low flags: 00
  75. -- high flags: 2004
  76. -- rect: left=156 top=120 right=180 bottom=344
  77. -- title width / last selected line: 0
  78. -- icon id / first selected line: 0 / 0
  79. -- text alignment: 0
  80. -- font id: 21
  81. -- text size: 12
  82. -- style flags: 256
  83. -- line height: 16
  84. -- part name: zoom
  85.  
  86.  
  87. -- part contents for card part 1
  88. ----- text -----
  89. List...
  90. Zoom
  91. ect...
  92.  
  93. -- part contents for card part 4
  94. ----- text -----
  95. To get a closer look at the area, click on MAPS, and click the mouse on ZOOM.